home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -readerstuff- / g&a_williams / quake_scripts / specialforces_quake < prev    next >
Text File  |  1999-06-21  |  636b  |  41 lines

  1. set echo off
  2. set game=sfq10
  3. requestchoice >env:afcdno "Check For AFCD" "Please Select The AFCD You Have*nAnd Put It Into Your Amiga CD Drive" "AFCD 33" "DOH I dont have any of them"
  4.  
  5.  
  6. if val $afcdno eq 1
  7.     skip afcd33
  8. endif
  9.  
  10. if val $afcdno eq 0
  11.     skip Quit
  12. endif
  13.  
  14.  
  15. lab AFCD33
  16. set location=AFCD33:-screenplay-/OtherStuff/QuakeStuff/SpecialForces
  17.  
  18.  
  19. lab start
  20.  
  21. Set GameType=Game   ; Game, Both, or Map
  22.  
  23. Set MapName=
  24.  
  25.  
  26. set file1=crouch.cfg
  27. set file2=Demo1.dem
  28. set file3=demo2.dem
  29. set file4=demo3.dem
  30. set file5=quake.rc
  31. set file6=gfx#? all
  32. set file7=maps#? all
  33. set file8=progs#? all
  34. set file9=sound#? all
  35.  
  36.  
  37. execute DoNotTouch
  38.  
  39. lab quit
  40.  
  41.